Skip to main content

Get Application Try

Get Application Try

Path Parameters
    workspaceName string required

Response

oidcurlstring

Application try url.

Sample Response
{
"oidcurl": "http://localhost:8080/auth/realms/grootan/protocol/openid-connect/auth?client_id=53f8e9eb-daa9-4bad-b097-db4ff08597d2&redirect_uri=https://debugger.qa.eztoauth.com/debug&scope=openid&response_type=code&response_mode=query&nonce=ff4fd168-b2ee-40d0-ab8b-ba56cd61661c"
}
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...